home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkPrefOption - Option menu preference field
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkPrefItem : VkComponent : VkCallbackObject
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkPrefItem.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkPrefOption(const char* name, int numEntries);
- virtual void ~VkPrefOption(void);
-
-
- SSSSeeeettttttttiiiinnnngggg aaaannnndddd GGGGeeeettttttttiiiinnnngggg VVVVaaaalllluuuueeeessss
- void setValue(int index);
- int getValue(void);
-
-
- AAAAcccccccceeeessssssss FFFFuuuunnnnccccttttiiiioooonnnnssss
- int getSize(void);
- void setSize(int numEntries);
- void setLabel(int index,char* label);
- char* getLabel(int index);
- Widget getButton(int index);
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- VkPrefOption is an option menu preference object. Option menus
- consist of a collection of individual Motif buttons, and keep track
- of the last button selected by the user. See VkPrefItem for more
- generic information about preference objects.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn(((())))
- VkPrefOption(const char* name, int numEntries);
- virtual void ~VkPrefOption(void);
-
-
- Creates a Motif XmOptionMenu widget as its base, using the name
- "optionMenu". This name is hardcoded for the effective use of color
- schemes. A label widget is created using the name suffixed by
- "Label". The number of entries in the option menu is specified by
- the second argument. The individual buttons are created using the
- name suffixed by "Button" suffixed by the zero-based button number.
-
- sssseeeettttVVVVaaaalllluuuueeee(((())))
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx))))
-
-
-
- void setValue(int index);
-
-
- Changes the option object's current and real value. The value is
- the zero-based button index of the selected button.
-
- ggggeeeettttVVVVaaaalllluuuueeee(((())))
- int getValue(void);
-
-
- Copies the option object's current value to the real value, and
- returns it.
-
- ggggeeeettttSSSSiiiizzzzeeee(((())))
- int getSize(void);
-
-
- Returns the current number of buttons in the option menu.
-
- sssseeeettttSSSSiiiizzzzeeee(((())))
- void setSize(int numEntries);
-
-
- Change the number of buttons in the option menu.
-
- sssseeeettttLLLLaaaabbbbeeeellll(((())))
- void setLabel(int index, char* label);
-
-
- Changes the label of a particular button in the option menu. The
- string will be looked up first as a resource and if that fails, used
- verbatim.
-
- ggggeeeettttLLLLaaaabbbbeeeellll(((())))
- char* getLabel(int index);
-
-
- Retrieves the label of a particular button in the option menu.
-
- ggggeeeettttBBBBuuuuttttttttoooonnnn(((())))
- Widget getButton(int index);
-
-
- Returns the Motif XmPushButton widget associated with a particular
- button in the option menu.
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkPPPPrrrreeeeffffIIIItttteeeemmmm
- VkPrefItem(), ~VkPrefItem(), activate(), deleteChildren(),
- labelHeight(), baseHeight(), setLabelHeight(), setBaseHeight(),
- activateCallback(), installDestroyHandlers(), labelWidget(),
- buildLabel(), getHeight(), setHeight(), _labelWidget, _baseName,
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx)))) VVVVkkkkPPPPrrrreeeeffffOOOOppppttttiiiioooonnnn((((3333xxxx))))
-
-
-
- _labelName, _activated, _homogeneous,
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCoooommmmppppoooonnnneeeennnntttt
- installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
- setDefaultResources(), getResources(), manage(), unmanage(),
- baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
- callCallbacks(), addCallback(), removeCallback(),
- removeAllCallbacks()
-
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkPrefItem, VkComponent
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-